ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / GeoMapLayer<T> Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (GeoMapLayer<T>)
    In This Topic
    Gets or sets a item formatter for GeoJSON feature.
    Syntax
    'Declaration
     
    Public Property ItemFormatter As String
    public string ItemFormatter {get; set;}
    See Also